-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Add Hugging Face Hub access #60608
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very useful IMO!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, but based on the discussion in #46000, we would want to include this package in the ecosystem.md
docs and not have a pip extra.
Added a section in ecosystem.md :) And I removed the pip extra, but I think the HF fsspec implementation should be an option at the same level as S3 or GCS no ? I kept HF as an option in the docs on fsspec support in |
Hi team ! We recently made most of the 200k+ datasets from the community on Hugging Face loadable in pandas :)
And we even show the code snippet to load a dataset on each dataset page (see images below)
In this PR I added documentation on accessing Hugging Face Datasets using
fsspec
. It useshf://
paths and the implementation is part of thehuggingface-hub
library. Let me know what you think !closes #46000